![]() |
YNQ
YNQ-1.6.0
|
Functions | |
| void | ccConfigSetTimeout (NQ_UINT32 secs) |
| NQ_UINT32 | ccConfigGetTimeout (void) |
| NQ_BOOL | ccSetGetBackupListTimeout (NQ_UINT32 seconds) |
| void ccConfigSetTimeout | ( | NQ_UINT32 | secs | ) |
Set SMB timeout for waiting a response.
| secs | Number of seconds to wait for an SMB response. The default value is 15 seconds. |
| NQ_UINT32 ccConfigGetTimeout | ( | void | ) |
Get the current value of SMB timeout.
This function allows to modify the default timeout value for the GetBackupList operation.
This operation is sent as a broadcast. NQ issues this operation when starting network browsing.
The default value is defined in the UD_CC_CLIENTRESPONSETIMEOUT parameter.
| seconds | Timeout in seconds. |